@font-face {
  font-family: 'klinic_slabbold';
  src: url('klinicslabbold1-webfont.woff2') format('woff2'),
       url('klinicslabbold1-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
/* Navigation */

ul {
  list-style-type: none;
 display: table;
  
 padding: 24px;
 text-align: center ;
 font-family: 'League Gothic';

 }
 li {
  display: inline-block;
  float: none;
  }
.container-fluid {
  font-family: 'League Gothic';
  font-size:24px;
}
/* Dropdown Button */
.dropbtn {
  padding: 16px;
  font-size: 24px;
  border: none;
  font-family: 'League Gothic'
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  text-align: center;
  background-color: #080606;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color:white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #000000;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #000000;}
/* When the user clicks on the button, 
toggle between hiding and showing the dropdown content */

/*positioning*/
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 800px;
}

/*headlines*/
h1 {
  font-family: 'League Gothic';
  font-size: 32px;
  color: #000000;
  text-align: center;
  }
h2 {font-family: 'League Gothic';
  font-size: 24px;
  color: #000000;
  text-align: center;}
p {text-align: center;
    font-size: 18px;
  font-family: 'Tahoma';
padding: 24px;}

/*social media*/
.fa-instagram {
background: #125688;
color: white;
position: relative;
}

/*body*/

body {
margin-bottom: 200px;    
}

/*gallery*/
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
  font-family: 'Tahoma';
}

div.gallery:hover {
  border: 1px solid rgb(56, 56, 56);
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

/*wrapper*/

.wrapper {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}


/*footer*/

footer {
	position: fixed;
	display: flex;
	width: 100%;
	left: 0;
	bottom: 0px;
	background-image:url(../img/footerbackgroundsmall.png);
	color: white;
	text-align: center;
}
